Note Object

The Note object enables the management of note objects through script. Declare the object using the following code:

CreateObject("CxNote.Note")

Each method in this document assumes you have declared the Note object using the following code:

Dim Note

Set Note = CreateObject("CxNote.Note")


More: